home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 08 net data types / nettypesdemo / nettypesdemo.vbproj < prev    next >
Encoding:
Text File  |  2001-12-21  |  4.5 KB  |  124 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9412"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{FD68E8BE-9A7B-4B5E-85ED-65CBE5AFE3AE}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "NetTypesDemo"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Exe"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "On"
  23.                 RootNamespace = "NetTypesDemo"
  24.                 StartupObject = "NetTypesDemo.MainModule"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "false"
  35.                     Optimize = "true"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "false"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.XML"
  70.                     AssemblyName = "System.Xml"
  71.                 />
  72.                 <Reference
  73.                     Name = "Microsoft.VisualBasic.Compatibility.Data"
  74.                     AssemblyName = "Microsoft.VisualBasic.Compatibility.Data"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.Drawing"
  78.                     AssemblyName = "System.Drawing"
  79.                 />
  80.                 <Reference
  81.                     Name = "System.Windows.Forms"
  82.                     AssemblyName = "System.Windows.Forms"
  83.                 />
  84.             </References>
  85.             <Imports>
  86.                 <Import Namespace = "Microsoft.VisualBasic" />
  87.                 <Import Namespace = "System" />
  88.                 <Import Namespace = "System.Collections" />
  89.                 <Import Namespace = "System.Data" />
  90.                 <Import Namespace = "System.Diagnostics" />
  91.             </Imports>
  92.         </Build>
  93.         <Files>
  94.             <Include>
  95.                 <File
  96.                     RelPath = "AssemblyInfo.vb"
  97.                     SubType = "Code"
  98.                     BuildAction = "Compile"
  99.                 />
  100.                 <File
  101.                     RelPath = "Classes.vb"
  102.                     SubType = "Code"
  103.                     BuildAction = "Compile"
  104.                 />
  105.                 <File
  106.                     RelPath = "licenses.licx"
  107.                     BuildAction = "Content"
  108.                 />
  109.                 <File
  110.                     RelPath = "Module1.vb"
  111.                     SubType = "Code"
  112.                     BuildAction = "Compile"
  113.                 />
  114.                 <File
  115.                     RelPath = "OptionCompareText.vb"
  116.                     SubType = "Code"
  117.                     BuildAction = "Compile"
  118.                 />
  119.             </Include>
  120.         </Files>
  121.     </VisualBasic>
  122. </VisualStudioProject>
  123.  
  124.